On any page of this book or the accompanying journal, hold down the shiftKey and
click on any ICON to display a help field that explains that ICON's function. While
you are reading the help information, the cursor changes to read “Click When Done”. Click again to hide the help text and return to the page you were reading. When on
the Table of Contents or Introduction pages of this book, clicking on a chapter title
or subheading will open the book to the appropriate page.
Click on the “dog-ears” in the upper right corner of the book or use the arrowKeys
to turn the pages of this book. If you continue to turn the pages back past the title
page or forward beyond the last page in the book, you will lift your attention from
the book and find yourself looking out the window into the cloister. Another way to
view the cloister is to click on the bookshelf icon. While looking out the window,
click on the book with the arrow to go to the library. From the library, click on the
volume “Imitatio Christi” if you want to hear the monks chant again, or click on
the volume on the right to just gaze out the window. To open the book to the last
page while looking out the window, use the left arrowKey. To open the book to the
title page, either use the right arrowKey, the commandKey, or click on the open
book under the window. Click on the stack of paper to go to the journal.
-- part 93 (button)
-- low flags: 80
-- high flags: 2000
-- rect: left=422 top=295 right=314 bottom=446
-- title width / last selected line: 0
-- icon id / first selected line: 26635 / 26635
-- text alignment: 1
-- font id: 216
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Help2
----- HyperTalk script -----
on mouseUp
SetUp
SetUp3
set textAlign of cd fld "Help" to left
set style of cd fld "Help" to opaque
doWork
set textAlign of cd fld "Help" to right
set style of cd fld "Help" to shadow
end mouseUp
•
13,23,450,342
Modifer Keys
OptionKey:
  The Cloister -- Hold down the optionKey from the first moment the picture appears
  until the harpsichord plays a note to deactivate the background sound.
  Quotes in Context -- After the first click has de-highlighted the selection, hold down the
  optionKey and click again to remain on that page.
  Dogeared Corner -- Hold down the optionKey and click on the left-pointing corner to go
  to the Introduction. Hold down the optionKey and click on the right-pointing corner
  to go to the last page.
  Table of Contents ICON-- Hold down the optionKey and click to call up a list of
  references to select and view in context.
  Print ICON -- Hold down the optionKey to permanently change the creator of the TEXT
  file saved to disk so that a double click on it in the Finder will cause your word
  processor to open the file automatically.
  Bookshelf ICON -- Hold down the optionKey and click on the books to call up a dialog
  box, then click on either the “Home” or “Quit” button.
ShiftKey:
  To see the online help available for a function, hold down the shiftKey and click on its
  ICON or other designated region of the page.
CommandKey:
  The Cloister -- Depress the commandKey to open “Imitatio Christi” to the title page.
  MenuBar -- Depress the commandKey to show the menuBar.
  Print ICON -- Hold down the commandKey when clicking to change the text font and
  size with which the chapters of the book will be printed.
-- part 94 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=421 top=315 right=341 bottom=447
-- title width / last selected line: 0
-- icon id / first selected line: 28950 / 28950
-- text alignment: 1
-- font id: 216
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: HelpMaster
----- HyperTalk script -----
on mouseUp
if optionKey() is not down then
put (item 3 of rect of target) - (item 1 of clickLoc()) into x
put (item 4 of rect of target) - (item 2 of clickLoc()) into y
if (x > y) then
send mouseUp to cd btn "Help"
else
send mouseUp to cd btn "Help2"
end if
else
set visible of cd btn 3 to not visible of cd btn 3
Clicking on the Find ICON calls up a dialog box from which you can choose the type of search (see your HyperCard manual or the Help stack), the area to be searched and the text to search for, clicking on the "Find" button tells Hypercard to look for your reference. The script is adapted from one in the version 1.2 release notes for HyperCard. That Find script can only find cards that the text occurs on and it stops when it finds the first instance in the first paragraph. The script in this stack offers other options.
If there is more than one card with your text, the button changes to a special, four-part, non-Macintosh-Standard button. Place the cursor over the TOP third of the button and HyperCard will pause for one second and then find the next instance of your search string. For some searches a mouse click on the TOP third is necessary to find the second instance of your search string. After that JUST KEEP THE CURSOR OVER the TOP third of the button to continue search. Clicking to the left or right of the MIDDLE third of the button shows the previous and next cards on which your text was found. If Hypercard found your text on the previous page, but didn't give you enough time to move the cursor away from the top third of the button before it moved on to the next card, click on the LEFT middle of the button to return and move it over the top third to begin again at that point. Clicking on the BOTTOM third of the button will again display the dialog box, ready for another search .
If there is only one instance of your text, the card it occurs on is displayed, but the Find button doesn't change. Hit the returnKey if the searched for text isn't highlighted.